EMT Practice Test

1. Question Content...


Question List

Question1: Based on best practice, which set of features are used before debugging a workflow in UiPath Studio?

Question2: Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?

Question3: A developer stores value "25.11" in a String variable called "InvoiceTotal". Which expression should be used to convert "InvoiceTotal" to a numeric format with the decimals included?

Question4: A developer wants to create a process that searches for images on a website and then saves the images in a local folder However, the website contains an error. As a result, the process may need to search for an image multiple times in order for it to display.
Which container activity should the developer use to search for an image multiple times'?

Question5: A developer published a process to UiPath Orchestrator with only the Mam.xaml workflow file. There is one
"In" argument of type String in the Main.xaml file with a default value of String.Empty When running the process from the Start Job window in Orchestrator what is the value of the argument at runtime?

Question6: What is the output type returned when using a Get Test Data Queue Item activity?

Question7: A developer needs to prioritize automating several processes. To help prevent any long-term maintenance, which process attribute should be avoided?

Question8: Which compatibility option should be selected when creating a new project to use .NET 6 with Windows support?

Question9: Based on best practices, how can the integer value, Mylnteger be displayed inside a Log Message activity?

Question10: What are the differences between the Workbook Write Range and Excel Application Integration Write Range activities in writing a DataTable to an Excel file?

Question11: In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?

Question12: A developer has created a string array variable as shown below:
UserNames = {"Jane", "Jack", "Jill", "John"}
Which expression should the developer use in a Log Message activity to print the elements of the array separated by the string ", "?

Question13: Which set of properties, methods, or activities enables the developer to obtain a subset of data from a data table called "dt"?

Question14: What actions must be manually selected in the App/Web Recorder before recording a step?

Question15: A process workflow contains a Try Catch activity that is designed to catch and stop when any unknown System Exceptions occur. What would be the recommended Log Level for the Log Message contained in the System Exception block?

Question16: When encountering an ApplicationException, what occurs if the developer chooses InvalidOperationException as the exception handler within the Catches section of the Try Catch activity?

Question17: What happens after executing the given sequence if the Work Items button appears on the screen after 8 seconds and the Retry Scope activity has the properties as shown in the picture?


Question18: Which of the following statements accurately describes the primary components of a State Machine in a workflow?

Question19: A developer created a process that performs the following tasks
1 Prompts the user for an input company name
2. Opens a browser and searches for the company name
3. Scrapes the search results
4. Writes the results to a Microsoft Excel file
What is the total number of steps that require human interaction?

Question20: A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are stored in a shared folder each morning Each invoice needs to be processed separately in the finance system as a single unit of work After each invoice is processed in the finance system, a unique output ID must be emailed to the finance team's email address.
How should the developer store the relevant data in Orchestrator?

Question21: In which stage of the UiPath implementation model are the chosen processes analyzed in their AS-IS state?

Question22: Which of the following options is correct about a State Machine layout?

Question23: A developer wants to extract hidden text from a pdf file. Which output method(s) should be used?

Question24: What is the default polling interval set for an event trigger?

Question25: What is the correct sequence of steps to perform when trying to pass and get data from an invoked workflow in Main.xaml?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Question26: Which option best describes a process that is considered SEMI-AUTOMATION?

Question27: After generating a strict selector using the Indicate target on screen option within a Click activity, what should the developer utilize to view the complete list of attributes for the targeted UI element?

Question28: Which of the following activities can be used to get the state of a button (enabled/disabled)?

Question29: Which activity is used to archive a set of files and send them as an attachment in an email?

Question30: Which of the following functionalities does UiPath Assistant provide?

Question31: A developer indicated a Ul element for a Get Text activity. The automatically-generated selector is shown below.
<html app=, chrome.exe, title='temperature now1 />
<webctrl tag='table' class=, ui_side_menu' innertext-19°C 66°F' />
Based on best practices, which selector attribute is unreliable?

Question32: A developer has designed an automation workflow which comprises:




Based on the information shown in the exhibits, what is the output of the Write Line activity in the
"Main.xaml" file?

Question33: What happens when closing a Remote Debugging Connection while a debugging execution is in progress?

Question34: How can a user change the profile from UiPath Studio to UiPath StudioX from the backstage view?

Question35: A user reported unexpected behavior from a process that is in Production. After reviewing the process, a developer noticed that one of the Queue Items that was processed has a status of "Abandoned" in UiPath Orchestrator.
When is a Queue Item moved to an "Abandoned" status in UiPath Orchestrator?

Question36: Which of the following best describes the Alerts panel?

Question37: If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?

Question38: What is the role of connections in the UiPath Integration Service?

Question39: A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to
"2". At runtime, the first transaction item throws a Business Exception.
How many times will the transaction be retried?

Question40: A developer needs to create an array of folder names from the String variable. FilePath =
"C:\\Users\\UiPathRobot\\Documents\\Technologies". Based on best practice, which method will return an array of only the folder names?

Question41: What is a true statement regarding the characteristics of dictionaries in UiPath?

Question42: Considering that the attached table is stored in a variable called "dt".

Which LINQ query can be used to return the maximum total Quantity?

Question43: A developer designed an automation to use an Asset value from Orchestrator using the Get Asset activity. The value represents email addresses of the process owners which may change.
Which Asset Type should be used?

Question44: Which of the following statements is true about Global Constants?

Question45: Which activity can be used to transition a Background Process to Foreground?

Question46: Which Scraping method should be used for the Get Text activity to capture hidden text from an application?

Question47: Given the following list of arguments:

And the following code:

What is the value that will be displayed in the Output Panel at the end of the sequence below:

Question48: How should the computation of the signature be done for client apps that receive Orchestrator requests and need to check their authenticity?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Question49: Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

Question50: The Extract PDF Page Range activity is used to extract a specific set of pages from a PDF file. Which of the following statements correctly describes this activity?

Question51: How would you define a linear process in UiPath?

Question52: What types of authentication are supported by Connector Builder for Integration Service?

Question53: A developer downloads a published package from UiPath Orchestrator 2021.10 to use locally. What is the extension of the downloaded package?

Question54: A developer executes the following workflow in Debug mode with "Continue on Exception " enabled.

How many times will the workflow pause the execution?

Question55: A developer is using the Step Out action in Debug mode to review a process as shown in the following exhibit.

Which functionality does the Step Out action provide?

Question56: Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?

Question57: A developer is using the REFramework template to automate a process. In "SetTransactionStatus" file, there is the following sequence of activities, where the last Log Message activity was added by the developer:

The configuration for Add Log Fields and Remove Log Fields activities are shown below:
Add transaction log fields (Success)


The developer runs the process and notices the argument values for the first transaction are:
in_TransactionlD = "07/18/2023 10:27:29"
io_TransactionNumber = 1
in_TransactionField1 = "UI235-80"
in_TransactionField2 = "Update Request"
Which of the following Log Message Details will be displayed when executing the activity Log Message Completed for the first transaction, considering it is successful?

Question58: Which variable field is optional when creating a variable, in UiPath Studio?

Question59: A developer is building a process which reads invoice data from the "mvoices.csv " file that includes a Total column of type Double.
Instructions: Using the drop-down lists shown in the following exhibit, configure the Filter Data Table Wizard to keep all invoices with a Total value that is over 10 000 USD.

Question60: Suppose a developer is working with a 2023 yearly calendar. To expand the calendar into a monthly view, the developer must always click on the 15th day of the current month and add an event.
The selector for the Event Date Element activity in March is presented as follows:
<wnd app='applicationframehost.exe' title='Month View - Calendar' />
<uia cls='Day' name='15 March 2023' />
How should the selector be altered to guarantee that it clicks on the 15th of the ongoing month?

Question61: Which of the following statements correctly describes the characteristics of Unattended Automation?

Question62: What are the distinctions between arguments and variables?

Question63: Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?

Question64: In the Output property of all Get Mail activities, what is the supported variable type?

Question65: What is a valid way to install a custom activity package in UiPath Studio?

Question66: The provided exhibit displays the representation of the "Deadline" field using the yyyy-mm-dd format.

In what order should the Queue Items be processed by a single robot executing a Performer workflow?

Question67: Which action can be performed from UiPath Assistant?

Question68: Review the following graphics:





If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?

Question69: A developer wants to run two processes on the same machine, the first process contains only HTTP Request activities and the second one performs UI Automation. What option needs to be enabled on the first process in order to ensure that the processes can run concurrently on the same machine?

Question70: In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?

Question71: What is a recommended way to safely store credential information used in a UiPath automation project?

Question72: When a developer is examining a suspended state upon reaching a breakpoint, which activity will the Executor be directed to if Step Out is selected from the Debug section in UiPath Studio's ribbon interface?

Question73: A developer needs to create an unattended automation process that extracts the information from emails from a centralized mailbox. The developer needs to use the mail folder, port, server, username, and password values, with no email client accessible on the unattended machine.
Which activity should the developer use to fetch unread emails with the subject "Email for Robot"?

Question74: You want to identify a selector in a Type into activity that will be used for a text input field within an application. In order for the Type into activity to execute as expected, how many elements in an application can a selector be valid for at runtime?

Question75: A developer wants to map the arguments that pass data to and from GenerateUserlD.xaml to the appropriate values in Main.xaml. The dt_Users datatable variable contains the columns First Name: Last Name Date of Birth and Username.
Instructions: From the Value drop-down lists shown in the following exhibit, select the correct variable that corresponds to each argument.

Question76: A developer wants to assign the first row of the "ID" column in the "DT" datatable to a String variable. Which expression should be added to the Value field of the Assign activity?

Question77: A developer needs to use the REFramework to automate a business process that involves processing transactions within an Excel table. Each transaction in the table should follow the same steps for processing and queues cannot be used as there is no Orchestrator in the environment.
Which variable type is best suited for Transactionltem in this scenario?

Question78: What are the primary functions of the UiPath Integration Service?

Question79: Which of the following credentials stores have built in support in Orchestrator?

Question80: When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?

Question81: What is the correct sequence of steps to install a new Activities package in UiPath Studio 2021 10?
Instructions:
Drag the Description found on the left and drop on the correct Step found on the right.

Question82: What is the use of job priorities in unattended automations within UiPath Orchestrator?

Question83: In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?

Question84: A developer has created an automation that utilizes an Asset value from Orchestrator with the Get Asset activity. This value represents the email addresses of the process owners, which are subject to change.
What Asset type is most suitable for this situation?

Question85: A developer is reviewing an existing workflow in UiPath Studio Based on best practices, what should be used to view the available versions for activities used in the workflow?

Question86: What is the main difference between an array and a list in UiPath?

Question87: A developer wants to create an automation in which the input from the user and pre-defined conditions determine the transition between stages. In UiPath Studio, which is the recommended type of workflow that meets the requirement?

Question88: A developer wants to create a process using a Flow Switch activity. What is a feature of this activity?

Question89: When installing UiPath Studio, which of the following actions require administrator privileges?

Question90: In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?

Question91: At a minimum, what are the recommended properties a developer should configure to use the Get IMAP Mail Messages activity?

Question92: Which activity is part of the Modern Excel Activities in UiPath Studio?

Question93: What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?

Question94: What are the components that define a state within a State Machine in UiPath Studio?

Question95: A developer wants to design a complex business process using UiPath Studio. The workflow type needs to present multiple branches between Ul activities Which recommended type of workflow meets the requirement?

Question96: A Credential asset is created by a developer in Orchestrator as seen in the below image:

After the asset is created, if you change the Username value, what field must also be changed?

Question97: During which stage does an automation developer have the least contribution and responsibility?

Question98: Which of the following statements is true about the existing UiPath Studio installation packages?

Question99: A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message Which property should the developer configure to be able to click the element?

Question100: What is the difference between the UiPath Studio and UiPath StudioX development profiles?

Question101: Which activity should the developer utilize in order to retrieve all UI elements from a form based on a filter criterion?

Question102: A developer is working with a Purchase Order automation process The number of shipment containers and boxes per container are obtained in two strings, "ShipmentContainers" and "BoxesPerContainer" The task is for the robot to obtain the total number of boxes in all shipment containers in an Int32 variable TotalBoxes.
Which expression should be used for calculating the total number of boxes?

Question103: What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?

Question104: A developer created three variables used in the workflow shown below:

Instructions: Based on best practices, select the correct Scope for each Variable type from the drop-down lists shown in the following exhibit.

Question105: Which activity should be used to iterate through all the files in a local folder?

Question106: Which LINQ method is used to filter data in a List or Data Table based on a condition?

Question107: Which two parts are included in an Anchor Base activity?

Question108: A developer has defined an Int32 variable called IntVar The developer has written the following expression in a Log Message activity.
Convert. ToBoolean(lntVar)
If IntVar = 0, what is displayed in the Output panel after the execution of the Log Message activity?

Question109: Consider the following automation steps:
1. Open the Web Browser.
2. Scrape the data.
3. Store the data in Microsoft Excel.
4. Close the Web Browser.
In accordance with UiPath best practices, which section of the Try Catch activity ensures that Step 4 (closing the web browser) is executed regardless of any exceptions occurring in Step 2 (data scraping) or Step 3 (storing data in Microsoft Excel)?